github.com/klauspost/compress/zstd.blockDec.data (field)
14 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L68: data []byte
blockdec.go#L116: return fmt.Sprintf("Steam Size: %d, Type: %v, Last: %t, Window: %d", len(b.data), b.Type, b.Last, b.WindowSize)
blockdec.go#L200: b.data, err = br.readBig(cSize, b.dataStorage)
blockdec.go#L203: println("Reading block:", err, "(", cSize, ")", len(b.data))
blockdec.go#L238: v := b.data[0]
blockdec.go#L245: hist.appendKeep(b.data)
blockdec.go#L478: in := b.data
blockdec.go#L691: if len(b.data) > maxCompressedBlockSize {
blockdec.go#L692: return fmt.Errorf("compressed block size too large (%d)", len(b.data))
decoder.go#L768: v := block.data[0]
decoder.go#L776: println("add raw block length:", len(block.data))
decoder.go#L778: hist.append(block.data)
decoder.go#L779: do.b = block.data
decoder.go#L837: remain, err := block.decodeLiterals(block.data, &hist)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |